┌──(kali㉿kali)-[/]
└─$ mktemp -d
/tmp/tmp.AxV6c0Puqf
┌──(kali㉿kali)-[/]
└─$ cd /tmp/tmp.AxV6c0Puqf
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf]
└─$ git clone ssh://bandit30-git@bandit.labs.overthewire.org:2220/home/bandit30-git/repo
Cloning into 'repo'...
_ _ _ _
| |__ __ _ _ __ __| (_) |_
| '_ \ / _` | '_ \ / _` | | __|
| |_) | (_| | | | | (_| | | |_
|_.__/ \__,_|_| |_|\__,_|_|\__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
backend: gibson-0
bandit30-git@bandit.labs.overthewire.org's password:
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (4/4), done.
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf]
└─$ ls
repo
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf]
└─$ cd repo
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ ls
README.md
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ cat README.md
just an epmty file... muahaha
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ git log
commit 62152a9969c62cb647406aa88c1b5376dcf58968 (HEAD -> master, origin/master, origin/HEAD)
Author: Ben Dover <noone@overthewire.org>
Date: Tue Oct 14 09:26:22 2025 +0000
initial commit of README.md
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ git tag
secret
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$ git show secret
[fb5S2xb7bRyFmAvQYQGEqsbhVyJqhnDy]{.mark}
┌──(kali㉿kali)-[/tmp/tmp.AxV6c0Puqf/repo]
└─$